home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14143 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  733 b 

  1. Path: crc-news.doc.ca!usenet
  2. From: Slobodan Celenkovic <Celenkovic.Bob@ic.gc.ca>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: dynamic arrays using char with far pointers
  5. Date: 28 Mar 1996 20:45:30 GMT
  6. Organization: Industry Canada
  7. Message-ID: <4jetpa$n9v@crc-news.doc.ca>
  8. References: <4jcg4l$18hq@news.missouri.edu>
  9. NNTP-Posting-Host: bouhadrah.mohamed.bsd001.ic.gc.ca
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.22 (Windows; U; 16bit)
  14.  
  15. c576537@mizzou1.missouri.edu (Chris Vogel) wrote:
  16. >
  17. >    buffer = new char[size];
  18. >
  19.  
  20. This should work fine. What is the size? Should be less than 64 Kb.
  21.  
  22.  
  23. >it matters, I'm using Borland C++ 4.5 for DOS.
  24.  
  25. It matters - use GCC on Linux.
  26.  
  27.